home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6868 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  756 b 

  1. Path: unixg.ubc.ca!ema
  2. From: ema@unixg.ubc.ca (Eddy Ma)
  3. Newsgroups: comp.lang.c
  4. Subject: Help: Curses library
  5. Date: 15 Feb 1996 21:47:24 GMT
  6. Organization: University of British Columbia, Vancouver, B.C., Canada
  7. Message-ID: <4g09lc$k0m@nntp.ucs.ubc.ca>
  8. NNTP-Posting-Host: interchg.ubc.ca
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi,
  12.     I am new to the curses library (DOS). Hope somebody can help me.
  13. There is a getstr function is curses. It works fine. But the problem is 
  14. that whenever I hit "return", everything on the same line (after the 
  15. string I type in) will disappear. I think the problem is that when I hit 
  16. "return", the cursor actually moves to next line and clear everthing 
  17. after the "return". Is there anyway to solve this problem? thanks.
  18.  
  19. Eddy
  20.  
  21.  
  22.